home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-01-29 | 1.9 KB | 67 lines | [TEXT/MPS ] |
- ;
- ; File: Icons.a
- ;
- ; Contains: Public Asm Interfaces for color icon plotting utilities
- ;
- ; Copyright: © 1990-1991 by Apple Computer, Inc., all rights reserved.
- ;
-
- IF &TYPE('__IncludingIcons__') = 'UNDEFINED' THEN
- __IncludingIcons__ SET 1
-
- ; The following are icons for which there are both icon suites and SICNs.
-
- genericDocumentIconResource EQU -4000
- genericStationeryIconResource EQU -3985
- genericEditionFileIconResource EQU -3989
- genericApplicationIconResource EQU -3996
- genericDeskAccessoryIconResource EQU -3991
-
- genericFolderIconResource EQU -3999
- privateFolderIconResource EQU -3994
-
- floppyIconResource EQU -3998
- trashIconResource EQU -3993
-
- ; The following are icons for which there are SICNs only.
-
- desktopIconResource EQU -3992
- openFolderIconResource EQU -3997
- genericHardDiskIconResource EQU -3995
- genericFileServerIconResource EQU -3972
- genericSuitcaseIconResource EQU -3970
- genericMoverObjectIconResource EQU -3969
-
- ; The following are icons for which there are icon suites only.
-
- genericPreferencesIconResource EQU -3971
- genericQueryDocumentIconResource EQU -16506
- genericExtensionIconResource EQU -16415
-
- systemFolderIconResource EQU -3983
- appleMenuFolderIconResource EQU -3982
- startupFolderIconResource EQU -3981
- ownedFolderIconResource EQU -3980
- dropFolderIconResource EQU -3979
- sharedFolderIconResource EQU -3978
- mountedFolderIconResource EQU -3977
- controlPanelFolderIconResource EQU -3976
- printMonitorFolderIconResource EQU -3975
- preferencesFolderIconResource EQU -3974
- extensionsFolderIconResource EQU -3973
-
- fullTrashIconResource EQU -3984
-
-
- Large1BitMask EQU ('ICN#')
- Large4BitData EQU ('icl4')
- Large8BitData EQU ('icl8')
- Small1BitMask EQU ('ics#')
- Small4BitData EQU ('ics4')
- Small8BitData EQU ('ics8')
- Mini1BitMask EQU ('icm#')
- Mini4BitData EQU ('icm4')
- Mini8BitData EQU ('icm8')
-
-
- ENDIF ; ...already included